home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / patches / q2v320bt.exe / 3.20_Changes.txt next >
Text File  |  1998-10-19  |  5KB  |  79 lines

  1.  
  2. **NOTE:  Please note that 3.20 is a beta release.  This is an interim
  3. release to allow wide testing of the new patch.
  4. 3.20 will fully interoperate with 3.19 servers.  You will lose previous
  5. save games when upgrading with this patch, however.
  6.  
  7. We encourage testing of this new patch.  Please send any bug reports directly
  8. to Zoid at zoid@idsoftware.com
  9.  
  10. 3.20 Changes:
  11. - Fixed a network problem where and oversize packet could cause a client 
  12.   crash.
  13. - Fixed the long standing Quake2 bug of where you would occasionally spawn
  14.   or teleport and find yourself either looking straight at the ceiling or
  15.   down at the floor.
  16. - Changed it so that the function keys (F1 through F12) now get executed when 
  17.   depressed during demo playback or attract modes.  This allows you to take 
  18.   screen shots (F12) during demos and other features.  An example of other 
  19.   features is a fast forward for demos:
  20.       alias +ff "timedemo 1"
  21.       alias -ff "timedemo 0"
  22.       bind f7 +ff
  23.   This binding will cause the current demo playing to zip into timedemo mode 
  24.   while F7 is depressed, effectively acting like a fast forward key.
  25. - Wrong packaging of 3.19 patch.  The Rogue CD has a 45k pak2 and vwep .md2 
  26.   files in baseq2/players, but the 3.19 x86 patch we released has a 2.7MB 
  27.   pak2.  3.20 has a 45k pak2 and the vwep models go in baseq2/players.
  28. - VWep code has been added to Xatrix dll, new VWep models for the Xatrix 
  29.   specific weapons (Ion Ripper and Phalanx) have been included.
  30. - Rogue Linux game library was wrong version and had some unlinked symbols,
  31.   this has been corrected.
  32. - Occasional error of: "D_SCAlloc: bad cache width 16384" in software renderer.
  33.   This had to do with surfaces to SURF_FLOWING and were transparent.  This 
  34.   has been fixed in the refs now so flowing transparent textures now works.
  35. - [Unix] Net_ErrorToString calls were wrong, was using %i and not %s resulting
  36.   in random numbers being printed for error messages.
  37. - Color shell mixing restored to the same blends as previous versions.  This 
  38.   was changed in 3.19 for the new color shells the Rogue mission pack 
  39.   introduced.
  40. - Fixed a possible server crash in the new "playerlist" command.
  41. - Fixed a case where a person joining a server could be invisible (left over 
  42.   setting of SVF_NOCLIENT from previous spectator).
  43. - Invalid pak files no longer cause a crash and are just ignored
  44. - Fixed a 3.19 bug where linked models (modelindex2) who's modelindex was 
  45.   greater than 0x7f causes the wrong model to be drawn (in some cases, the 
  46.   world would be drawn twice).  This was the cause of many of the "extreme" 
  47.   frame lag people were seeing in 3.19 on servers using old-style VWep code.
  48. - Linux:  Complete rewrite of the OpenGL library handling.  This was needed 
  49.   to cleanly integrate OpenGL extension checking.  Linux now supports 
  50.   extensions such as multitexture and better dynamic loading of libraries.  
  51.   It's cleaner now in that you don't have to preload hack stuff to use the 
  52.   3DFX Miniport rather than libMesa3D.  The Linux version now uses the 
  53.   gl_driver to specify the 3D library to dynamically load.  For example, to 
  54.   use the lib3dfxgl.so miniport, one would now use:
  55.       ./quake2 +set vid_ref gl +set gl_driver lib3dfxgl.so
  56.   This change fixes several bugs that were apparant in the older method, such 
  57.   as a segfault occasionally when connecting to a server with a different game 
  58.   directory.
  59.   The vid menu in the Linux version has been changed to reflect the new 
  60.   options, the current list of supported video drivers are now:  software, 
  61.   software X11, Mesa 3-D 3DFX, 3DFXGL Miniport, OpenGL glX, and Mesa 3-D glX,
  62. - Railgun shots now go through gibs as well as other players.
  63. - New server variable, "needpass" that can been seen with server browser
  64.   tools such as GameSpy.  This variable indicates whether a password or
  65.   spectator password is needed to get onto a server.  Bit 0 is password and
  66.   bit 1 is spectator password. 
  67. - Quake2 will no longer look for gamex86.dll in the main Quake2 directory.
  68.   It will always load out of the game directory first.
  69. - Players joining a server during an intermission are now moved to the
  70.   intermission position.
  71. - The "logfile" cvar has been extended with the following values:
  72.     0 - don't log (default)
  73.     1 - overwrite qconsole.log and use buffered writes
  74.     2 - overwrite qconsole.log and flush write every line
  75.     3 - append to existing qconsole.log and flush write every line
  76. - Several minor bug fixes to the Rogue mission pack gamex86.dll
  77. - Linux:  Rebuild of Rogue mission pack shared library to correct some
  78.   dynamic symbol errors (is NAN errors).
  79.